const crypto/aes.poly

one use

	crypto/aes (current package)
		const.go#L25: const poly = 1<<8 | 1<<4 | 1<<3 | 1<<1 | 1<<0 // x⁸ + x⁴ + x³ + x + 1